Configurates
C1.Web.Mvc.ColumnBase.ShowDropDown. Sets a value indicating whether the grid adds drop-down buttons to the cells in this column.
Syntax
'Declaration
Public Function ShowDropDown( _
ByVal As Boolean _
) As TBuilder
public TBuilder ShowDropDown(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also